home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 43.zip / Xcad disk 1.adf / readme < prev    next >
Text File  |  1987-10-27  |  4KB  |  97 lines

  1.  
  2. ============================================================================
  3.  
  4.    Additions and corrections to the X-CAD Reference Manual
  5.  
  6. ============================================================================
  7.  
  8.  
  9. ======                      INPUT AEGISDRAW                           ======
  10.  
  11.  
  12. The command INPUT AEGISDRAW is an unsupported  command  supplied  with  this
  13. version of X-CAD. Future versions of X-CAD will not contain this command.  
  14.  
  15. The  purpose  of  the command is to allow drawings created with AegisDraw or
  16. AegisDraw Plus to be translated from their native format  to  X-CAD  format.
  17. The  translator does not support AegisDraw parts, all parts contained within
  18. a drawing must be exploded before the command is used.  The  command  format
  19. and modifiers are as follows:  
  20.  
  21.  
  22.    COMMAND FORMAT
  23.  
  24.       #INPUT AEGISDRAW modifiers [CR]
  25.  
  26.  
  27.    MODIFIERS
  28.  
  29. NAME           The name of the drawing file created by AegisDraw.
  30.  
  31.  
  32. There  is  a  set-up  procedure  that  must be followed prior to using INPUT
  33. AEGISDRAW. The command DEFINE SHEET must be used to  set  up  a  sheet  size
  34. large  enough  to  fit the drawing. If during the process of translating the
  35. drawing entities are found that lie outside the sheet  extents,  the  entity
  36. will not be created. If the drawing contains any patternfills, the command
  37.  
  38.    #SELECT PATTERNFILL NAME XCDATA:aegis
  39.  
  40. must  be  used.  This  will  select  a  patternfill  data  file suitable for
  41. AegisDraw drawings.  The file "aegis.convert" must reside  in  the  assigned
  42. directory  "XCDATA:" to enable conversions between AegisDraw and X-CAD line-
  43. styles and patternfills to be made.  
  44.  
  45.  
  46. ======                         REDRAW DISPLAY                          ======
  47.  
  48.  
  49. The modifier FAST is no longer used with the command REDRAW DISPLAY.
  50.  
  51.  
  52. ======                     PLOT ROLAND / PLOT HPGL                     ======
  53.  
  54.  
  55. The commands PLOT ROLAND and PLOT HPGL both have the modifier  ORIGIN.  This
  56. modifier was omitted from the X-CAD Reference Manual.  
  57.  
  58.    ORIGIN      The origin modifier is used to specify the default pen origin
  59.                of the plotter. Some models use the lower left corner of the
  60.                plotting area as the origin, others use the centre of the 
  61.                plotting area as the origin. The ORIGIN modifier is followed
  62.                by one of two keywords used to specify the plotters default
  63.                origin:
  64.  
  65.                   LOWER_LEFT     If the origin is at the lower left corner
  66.                                  of the plotting area. ( This is the default
  67.                                  value ).
  68.  
  69.                   CENTRE         If the origin is at the centre of the
  70.                                  plotting area.
  71.  
  72.  
  73. ======                          PLOT RASTER                            ======
  74.  
  75.    
  76. The PLOT RASTER commmand has the additional modifier RAMCACHE, the modifier
  77. is explained below.
  78.  
  79. RAMCACHE       During the process of creating a raster image file, a tempory
  80.                file named "XCTEMP:rast" is created for use as a buffer. If
  81.                you have large amounts of free RAM available, then using the
  82.                modifier RAMCACHE will attempt to use a RAM buffer as opposed
  83.                to the tempory file. This can speed up the creation of raster
  84.                image files by a large percentage. If a RAM cache cannot be
  85.                allocated then the file "XCTEMP:rast" will be used as normal.
  86.  
  87.  
  88. ======                      ON-LINE DOCUMENTATION                      ======
  89.  
  90.  
  91. The  on-line  documentation  features  described  in  section 2 of the X-CAD
  92. reference manual are not supplied as standard in the X-CAD Designer package.
  93. Details  of how to obtain the HELP MANUAL command plus help files for all of
  94. the X-CAD commands can be obtained from your local dealer/distributer.
  95.  
  96.  
  97.